home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / vgakit41 / mkexamp.bat < prev    next >
DOS Batch File  |  1991-05-18  |  208b  |  8 lines

  1. ml /c mode13x.asm
  2. ml /c point.asm
  3. ml /c svgamode.asm
  4. ml /c banks.asm
  5. \msc\bin\cl -AS -Oas -Gs -Zl -Zp -FPa -Zi -c example.c
  6. link example+mode13x+point+svgamode+banks,example,example,\msc\lib\slibca;
  7.  
  8.